https://github.com/laravel-frontend-presets/w3css
Laravel 5.5.x Front-end Preset For W3CSS
https://github.com/laravel-frontend-presets/w3css
laravel preset w3css w3css-scaffolding
Last synced: 3 months ago
JSON representation
Laravel 5.5.x Front-end Preset For W3CSS
- Host: GitHub
- URL: https://github.com/laravel-frontend-presets/w3css
- Owner: laravel-frontend-presets
- Created: 2017-10-16T13:01:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T13:25:16.000Z (over 7 years ago)
- Last Synced: 2025-03-22T06:27:22.151Z (3 months ago)
- Topics: laravel, preset, w3css, w3css-scaffolding
- Language: HTML
- Homepage: https://laravel-frontend-presets.github.io/w3css/
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel 5.5.x Front-end Preset For W3css
Preset for W3css scaffolding on new Laravel 5.5.x project.
*Current version*: **W3css 4.0.4**
## Contents
[Installation](#installation)
[Credits](#credits)
[License](#license)
## Installation
1. Fresh install Laravel 5.5.x and `cd` to your app.
2. Install this preset via `composer require laravel-frontend-presets/w3css`. Laravel 5.5.x will automatically discover this package. No need to register the service provider.
3. Use `php artisan preset w3css` for basic W3css preset. **OR** Use `php artisan preset w3css-auth` for basic preset, Auth route entry and W3css Auth views in one go. (**NOTE**: If you run this command several times, be sure to clean up the duplicate Auth entries in `routes/web.php`)
4. `npm install`
5. `npm run dev`
6. Configure your favorite database (mysql, sqlite etc.)
7. `php artisan migrate` to create basic user tables.
8. `php artisan serve` (or equivalent) to run server and test preset.## Credits
[superjoefly](https://github.com/superjoefly)
## License
The MIT License (MIT).