Git Product home page Git Product logo

argon's People

Contributors

aguscha333 avatar alexandru-paduraru avatar andreicristidecuseara avatar andreidecuseara avatar ghitu avatar mariusconstantin2503 avatar ovidiustanc123 avatar pzheng64 avatar teamupdivision avatar ziming avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

argon's Issues

RTL Suport

Hi, Is this template compatible with RTL language?

jestream

hi dear's
it's possible to add jetstream in our project and use argon?
u know i wanna use jetstream auth but in argon you telling me to use vue as authentication

Laravel 6.* LTS

Can only be installed in laravel 7.0^
When version 6.* is LTS

Version SCSS is different with CSS

Hi Argon Team,

I want to change primary color, so I change variable in SCSS file and use npm run dev to build again.
But after builded, the side nav was broken. I saw that version in SCSS file is v1.2.0 but version in CSS file is v1.0.0

Can you update your SCSS file correctly?

Vendor packages

Hey,

Is the preset supposed to use the vendor directory inside "public/argon" or did I mess up my installation?

If it's using it, maybe you should include a .gitignore somewhere, or include some instructions in the README.

Thank you for the awesome preset <3

some icons are gone when deploying

works well locally, when I try to deploy, the icons are not linked in the vendor directory,
I think it is nice to link the assets with separate script.
this
php artisan preset argon
will override all the navigation screen codes.

Laravel mix can't compile sass due to missing assets?

I wanted to change the colour scheme, so included a reference to the Argon scss in my app.scss file (see sample below)

// Variables
@import 'variables';

// Font Awesome
@import '~@fortawesome/fontawesome-free/scss/fontawesome';
@import '~@fortawesome/fontawesome-free/scss/regular';
@import '~@fortawesome/fontawesome-free/scss/solid';
@import '~@fortawesome/fontawesome-free/scss/brands';

// Bootstrap
//@import '~bootstrap/scss/bootstrap';
@import '../../vendor/laravel-frontend-presets/argon/src/argon-stubs/resources/assets/scss/argon.scss';


// General
@import 'general/buttons';

However when laravel mix tries to compile the sass I get this:

ERROR in ./resources/sass/app.scss
Module build failed (from ./node_modules/css-loader/index.js):
ModuleNotFoundError: Module not found: Error: Can't resolve '../img/calendar/april.jpg' in 'C:\path\to\laravel\resources\sass'

I presume these resources are removed because it's a free theme? As some other pages are also broken. This is a little bit frustrating for such a great theme that is otherwise so well integrated with Laravel.

Replace Google Maps with OpenStreetMaps or equivalent

A suggestion for Argon and other UI Kits / Front End Presets is to replace the reliance on Google for maps with the likes of OpenStreetMaps and other open source / free to use map components.

Have you any thoughts on doing so, or providing alternatives as 'plug in replacements'?

InvalidArgumentException : Invalid preset

Hi
Installing Argon with manual upload.
Followed steps in the readme until I got to running php artisan preset argon. Then received following error:

`

   InvalidArgumentException  : Invalid preset.

  at /vendor/laravel/framework/src/Illuminate/Foundation/Console/PresetCommand.php:40
    36|             return call_user_func(static::$macros[$this->argument('type')], $this);
    37|         }
    38|
    39|         if (! in_array($this->argument('type'), ['none', 'bootstrap', 'vue', 'react'])) {
  > 40|             throw new InvalidArgumentException('Invalid preset.');
    41|         }
    42|
    43|         return $this->{$this->argument('type')}();
    44|     }

  Exception trace:

  1   Illuminate\Foundation\Console\PresetCommand::handle()
      /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:32

  2   call_user_func_array([])
      /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:32

  3   Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
      /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:90

  4   Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application), Object(Closure))
      /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:34

  5   Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application), [])
      /vendor/laravel/framework/src/Illuminate/Container/Container.php:576

  6   Illuminate\Container\Container::call()
      /vendor/laravel/framework/src/Illuminate/Console/Command.php:183

  7   Illuminate\Console\Command::execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Illuminate\Console\OutputStyle))
      /vendor/symfony/console/Command/Command.php:255

  8   Symfony\Component\Console\Command\Command::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Illuminate\Console\OutputStyle))
      /vendor/laravel/framework/src/Illuminate/Console/Command.php:170

  9   Illuminate\Console\Command::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /vendor/symfony/console/Application.php:908

  10  Symfony\Component\Console\Application::doRunCommand(Object(Illuminate\Foundation\Console\PresetCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /vendor/symfony/console/Application.php:269

  11  Symfony\Component\Console\Application::doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /vendor/symfony/console/Application.php:145

  12  Symfony\Component\Console\Application::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /vendor/laravel/framework/src/Illuminate/Console/Application.php:90

  13  Illuminate\Console\Application::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:122

  14  Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /artisan:37

Any ideas?

Change Primary Color

How is it possible to change the primary color?

I already tried to edit the /resources/sass/_variables.scss file by changing the purple color and adding $primary: #.... to the file.
After editing the _variables.scss file I ran npm run dev
But it had no effect.

Any suggestions? Thanks!

How to compile SCSS?

SCSS files are provided but there is no configuration file like package.json and gulp file provided.

Could some setup be added so that SCSS could be compiled in compliance with Laravel?

Impact System - CreativeTim

Hello, I would like to implement the new Impact System Design in my Laravel project, but I can't figured out how.

Laravel 9

Hey!

Will this be getting bumped for Laravel 9? I love the template, just currently cant use on latest version of Laravel :D

Mobile menu is not working

Hi Team,

I have installed your theme in my project. every thing perfect fine only the mobile menu is not working. Its appear and disappear same time that mean its not showing.

please help me to fix this issue.

composer require fails

The composer require fails on Laravel 8:

`composer require laravel-frontend-presets/argon
Using version ^1.1 for laravel-frontend-presets/argon
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Can only install one of: laravel/framework[v8.6.0, 7.x-dev].
- Can only install one of: laravel/framework[7.x-dev, v8.6.0].
- Can only install one of: laravel/framework[7.x-dev, v8.6.0].
- laravel-frontend-presets/argon v1.1.0 requires laravel/framework ^7.0 -> satisfiable by laravel/framework[7.x-dev].
- Installation request for laravel-frontend-presets/argon ^1.1 -> satisfiable by laravel-frontend-presets/argon[v1.1.0].
- Installation request for laravel/framework (locked at v8.6.0, required as ^8.0) -> satisfiable by laravel/framework[v8.6.0].`

Overwriting DatabaseSeeder

Hey,

Isn't that a bit of bad practice? It's better to write content with the FILE_APPEND flag.

Or leave it as an instruction in README and delete the DatabaseSeeder fron the preset altogether.

Error 1416F086 send mail - forgot password

stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:1416F086:SSL routines:tls_process_server_certificate:certificate ver

.env
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=[email protected]
MAIL_PASSWORD=password
MAIL_ENCRYPTION=tls

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.