This project was created because I needed a starter project that included functions and templates.
The installation process +- is the same as the Laravel clone project in general, namely:
git clone https://github.com/zgramming/laravel-starter-project.git
cp .env.example .env
please setup the database as desiredcomposer install
php artisan key:generate
php artisan storage:link
php artisan migrate:fresh --seed
php artisan serve
http://127.0.0.1:8000
Some of the features that already exist for datatables are:
In this project, examples of forms and functions that are commonly used have been provided, including:
The features in this form are:
Deleting data in the database and checking whether the related data has a file/image, if there is a related image, also delete the image/file
Export data by specifying the desired file type, currently supports XLSX & CSV.
Currently, data import only supports XLSX, by determining each field in XLSX and your coding.
Displays the contents of the document in modal. To display the contents of a PDF using the PDFJS plugin
Displays the image in the modal, useful when you want to view the image at a larger size.
Thank you to Zuramai who created the Mazer template, where this project uses this template in it.
Please file any issues, bugs or feature requests as an issue on Github
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Website | |||
---|---|---|---|