An education social platform for GUC students. Ask a question and get answers from your colleagues or TAs.
Note that this guide assumes that you installed the following in your computer:-
- PHP and mysql
- composer
- git
- type
git clone https://github.com/AyaKhaled1/ask-a-fellow-laravel.git
- navigate to the project directory and type
composer install
- type
cp .env.example .env
- then type
php artisan key:generate
- modify the keys of the
.env
as sent to you in the email - run the server
sudo php artisan serve
, most propaply you will get caching path problrm - run
sudo su
- and run this command in the root directory of the project
cd storage/ && mkdir framework && cd framework/ && mkdir chache && mkdir sessions && mkdir views
- That is it !! happy coding ;)