Gulp tasks for PHP CRUD Generator - https://www.phpcrudgenerator.com
PHP CRUD Generator is an intelligent web application that allows you to build a complete Bootstrap admin panel using a graphical user interface.
This package is intended to edit and compile the included Bootstrap SASS themes with Gulp.
PHP CRUD Generator includes a custom default them + all the themes from Bootswatch.
PHP CRUD Generator is suitable for any PHP MySQL project.
For more information, please refer to the website and documentation.
- PHP CRUD Generator
- Node.js installed for Gulp tasks
-
Download the latest release. or Clone the repo: git clone https://github.com/migliori/php-crud-generator-gulp.git
-
Unzip the package content to the root of your project
-
Open command prompt, navigate to your project folder
-
run npm:
npm installto install the node_modules.
gulp sass-
Open gulp/config.json and replace the name of the theme with the one that you want to compile
-
Open your Terminal and run
gulp sassto compile Bootstrap and the Admin Panel CSS from /admin/assets/sass/themes/[your-theme] to /admin/assets/stylesheets/themes/[your-theme]
gulp scriptsOpen your Terminal and run gulp scripts to compile Bootstrap Javascript and minify the Admin Panel Javascripts in /admin/assets/javascripts
We use SemVer for versioning. For the versions available, see the tags on this repository.
Gilles Migliori - Initial work - Migliori
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details