This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Illuminate\Database\Migrations\Migration; | |
use Illuminate\Database\Schema\Blueprint; | |
use Illuminate\Support\Facades\Schema; | |
class CreatePostsTable extends Migration | |
{ | |
/** | |
* Run the migrations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return [ | |
"fas fa-ad" => "Ad", | |
"fas fa-address-book" => "Address book", | |
"fas fa-address-card" => "Address card", | |
"fas fa-adjust" => "Adjust", | |
"fas fa-air-freshener" => "Air freshener", | |
"fas fa-align-center" => "Align center", | |
"fas fa-align-justify" => "Align justify", |
NewerOlder