Free Frontend Preset for Laravel
Product description
Speed up your web development with a Bootstrap 4 Admin Dashboard built for Laravel Framework 8.x.
Creative Tim partnered with Updivision to provide the best of both worlds: beautiful frontend design with a fully-integrated Laravel backend.
If you like bright and fresh colors, you will love this dashboard! It features a huge number of components that can help you create amazing websites.
Getting Started
- In your application's root create a presets folder
- Download an archive of the repo and unzip it
- Copy and paste argon-master folder in presets (created in step 2) and rename it to argon
- Open
composer.json
file - Add
"LaravelFrontendPresets\\ArgonPreset\\": "presets/argon/src"
to autoload/psr-4
and to autoload-dev/psr-4
- Add
LaravelFrontendPresets\ArgonPreset\ArgonPresetServiceProvider::class
to config/app.php
file - In your terminal run
composer dump-autoload
- Run
php artisan preset argon
command to install the Argon preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in routes/web.php
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php) - Run
php artisan migrate --seed
to create basic users table
Fully Coded Components
Argon Dashboard is built with over frontend 100 individual components, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files.
You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Dashboard is coming with prebuilt examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.
Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.
View all components (here).
COMPLEX DOCUMENTATION
Each element is well presented in a very complex documentation. You can read more about the idea behind this design system (here). You can check the components (here) and the foundation (here).
Example Pages
If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.
View example pages (here).