Up-Stream
This is the implementation of a full website based on PHP MVC.
Using MySql database to create a website.
And Bootstrap4 for front-end.
Start
First install xampp and open phpmyadmin.
We need to create a database and rewrite the configurations in /database/Database.php. Import the create.sql file in your database in phpmyadmin.
After that if you are on:
- Windows, execute the run.bat file to start the server.
- Linux, execute the run.bash file to start the server.
You need to get a response like this:
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
[Tue Aug 17 12:53:16 2021] PHP 8.0.7 Development Server (http://127.0.0.1:3030) started