Getting Started
To explore the world of scrawler you need to first install scrawler and make it useable
1. Set up Server
To start your development with Scrawler you need to have a apache server running on you localhost for this you may use one of the following:
- WAMP for Windows
- LAMP for Linux
- MAMP for OSX
- XAMMP for any platform
2. Download Scrawler
Once you have a sever ready you will have to download the current stable release from Releases .
The current stable version is v1.0.2 (Apple Pie).
3. Setup Composer
Scrawler uses Composer to manage its dependencies if you don't have composer yet download it. Once you are all setup with composer run composer install
on your terminal in directory where scrawler is located.
4. Create new Scrawler project
Run php scribble create project_name
on your terminal , replace project_name with name of your web app.
5. Configure your database
Goto /App/Config/Database.php and insert your mysql database config.
Now its time to start developing your first application move to Blog Tutorial
Updated less than a minute ago