- Notifications
You must be signed in to change notification settings - Fork51
The base for developing awesome projects
modulr/laravel-scaffold
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Laravel Scaffold is a free, Open Source Starter kit/Scaffold/Boilerplate a fasted way of building your custom and modular Laravel application that grows with you.Created with Laravel 5.7 and VueJS.
See thedocumentation for more details or you can also try our livedemo.
- Features
- Tutorials
- Installation
- Modules
- Auth
- Users
- Roles & Permissions
- Profile
- Laravel Authentication Auth
- laravel-permission Roles & Permissions
- Laravel Frontend
- Bootstrap 4
- Core UI Template
- Icons
- SW Precache Webpack Plugin Progressive Web App (PWA)
- Vue Clip Upload files
- Intervention Image Crop and resize images
- Laravolt Avatar Create default avatar
- Vue-multiselect Fancy multiselect
- Sweat Alert Alerts
- Vue Toasted Notifications
- vue-moment Friendly date format
- vue-content-placeholders Rendering fake progressive content
- Table
- Serverside rendering
- Pagination
- Sort
- Search
- Authenticationlink
- Add CoreUI Templatelink
- Create Profile modulelink
- Create Users module ->comig soon...
- Create Roles module ->coming soon...
https://laravel.com/docs/5.7#server-requirements
git clone https://github.com/modulr/laravel-scaffold.git
Enter folder
cd laravel-scaffold
Install Depencencies
composer installnpm install
Generate .env file
cp .env.example .env
Generate APP_KEY
php artisan key:generate
Generate symbolic link to Storage
php artisan storage:link
If you are in production
sudo chown -R www-data:www-data storage
Database
# Create Data Basemysql -u{user} -p{password}mysql> create database laravel_scaffold;
# Add params into .env fileDB_CONNECTION=mysqlDB_HOST=127.0.0.1DB_PORT=3306DB_DATABASE=laravel_scaffoldDB_USERNAME=userDB_PASSWORD=password
# Migrationsphp artisan migrate# Seeder (optional)php artisan db:seed# Compiling assetsnpm run dev# Run servephp artisan serveor to developer modenpm run dev || npm run watch
Auth
- Login
- Register - generate avatar
- Remember Password
Profile
- Edit Name, email - generate and reset avatar
- Change password
- Edit Avatar upload jpg/png images
Users
- List users
- Create user
- Update users
- Delete users
Roles & Permission
- List roles
- Create roles and assign permissions
- Update role and permissions
- Users list who use the role
- Delete role
The MIT© License 2018 - Modulr.
Developed with 💡 🎧 🍺 by@alfredobarron
About
The base for developing awesome projects
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.