Installing LCRUD version 2
Before you install LCRUD V2 , make sure your Server meet minimun requirement
To be able to install LC v2 , you must have the following items installed :
- Apache, nginx, or another compatible web server.
- PHP 5.3. >> Higher
- MySQL Database server
- Module Re_write server ( .htaccess feature )
- PDO module
Step1 : Upacking and Upload Source files
- Download ZIP package and unzip it.
- In unzipped folder you will find folder directory like bellow.
- source
- database
- documentation
- Create app directory on your web directory server
- Simply put all files
source to your new app folder at your server
Step 2 : Create New Database
You need to create new database , you can use phpmyadmin or any mysql databse tools such maestro , sqlyog etcAfter new database created , now import database/database.sql file into your new database
Step 3 : Setting Application
Openprotected/app/config/app.php
file using your favorite php editor http://127.0.0.1/your_application/Open
protected/app/config/database.php
file using your favorite php editor 'mysql' = array( 'driver' => 'mysql', 'host' => 'your_mysql_localhost', 'database' => 'your_laravel_databse', 'username' => 'your_mysql_user', 'password' => 'your_mysql_pass', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', ),
Step 4 : Testing Application
Now access your application via your favorite browserhttp://127.0.0.1/your_application/
Default Login :
Email Address :
superadmin@mail.com
Password :
password
Any question please comment here .
GOOD LUCK mate ;)
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment